type golang.org/x/text/unicode/norm.nfkcTrie

8 uses

	golang.org/x/text/unicode/norm (current package)
		tables13.0.0.go#L4417: func (t *nfkcTrie) lookup(s []byte) (v uint16, sz int) {
		tables13.0.0.go#L4479: func (t *nfkcTrie) lookupUnsafe(s []byte) uint16 {
		tables13.0.0.go#L4502: func (t *nfkcTrie) lookupString(s string) (v uint16, sz int) {
		tables13.0.0.go#L4564: func (t *nfkcTrie) lookupStringUnsafe(s string) uint16 {
		tables13.0.0.go#L4585: type nfkcTrie struct{}
		tables13.0.0.go#L4587: func newNfkcTrie(i int) *nfkcTrie {
		tables13.0.0.go#L4588: 	return &nfkcTrie{}
		tables13.0.0.go#L4592: func (t *nfkcTrie) lookupValue(n uint32, b byte) uint16 {